(function() { const u = '/apps/statistics.php?aid=113182&browser=IE&created_date=20260225&created_hour=10&dduuid=c5cb2a508c49c&device=0&device_type=desktop&os=Windows&ssid=i5it38p5i9l4tkbjgadhd5oa0d&t=1771985021&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0546147e7978fad296daf5d02efd56e397e5bf92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();