(function() { const u = '/apps/statistics.php?aid=77389&browser=IE&created_date=20260112&created_hour=05&dduuid=35d2f6f494d40&device=0&device_type=desktop&os=Windows&ssid=f7ou5skvqt6u8ud7r99pad4nko&t=1768168626&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=452e9c84b268f97a05e448c4c30d319daf703155&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();