(function() { const u = '/apps/statistics.php?aid=449111&browser=IE&created_date=20260113&created_hour=01&dduuid=db8c0e7a19b87&device=0&device_type=desktop&os=Windows&ssid=7sbnc9a3461va8ailmjc65t638&t=1768238731&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d45b713e33ed0d4958d30d080505ef0c459b1fe7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();