(function() { const u = '/apps/statistics.php?aid=399986&browser=IE&created_date=20260308&created_hour=07&dduuid=ea26ca9f87219&device=0&device_type=desktop&os=Windows&ssid=rngr4cf5fed90ne062spsv4lol&t=1772927421&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a94d42bdc8b10211d3cb3e1d7cd34064589903e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();