(function() { const u = '/apps/statistics.php?aid=112982&browser=IE&created_date=20260312&created_hour=20&dduuid=17367903243fb&device=0&device_type=desktop&os=Windows&ssid=v7ncbb0d25sih7gjfkdmb1hl4n&t=1773318023&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7bc1de7727eeda27c5e489b649a2a7ca0386198&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();