(function() { const u = '/apps/statistics.php?aid=97244&browser=IE&created_date=20260313&created_hour=11&dduuid=0f05f77fdfd95&device=0&device_type=desktop&os=Windows&ssid=c3daaj91unr3ojruer2u6a8lfo&t=1773372630&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=689af9c8289f6e16f54e0873f543de4df086545b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();