(function() { const u = '/apps/statistics.php?aid=434668&browser=IE&created_date=20260101&created_hour=18&dduuid=a975f4a90958f&device=0&device_type=desktop&os=Windows&ssid=0jv3ja9ndse11iuv82gfgl8q7o&t=1767262364&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61cff9f1825cb59c1905108b9dc4db427839c2e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();