(function() { const u = '/apps/statistics.php?aid=458378&browser=IE&created_date=20260303&created_hour=21&dduuid=0a93f46e44f2c&device=0&device_type=desktop&os=Windows&ssid=7do7v0ca9tfq600bpmcrep1k7t&t=1772542927&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e7e2936945c95adcfac5d9904970f59019d9176&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();