(function() { const u = '/apps/statistics.php?aid=98748&browser=IE&created_date=20251130&created_hour=00&dduuid=3b1a1685ceda6&device=0&device_type=desktop&os=Windows&ssid=umo5n42ertg70sgkroejcb6inn&t=1764433369&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6e60ee2aea74725d554e4072250435f30ea70dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();