(function() { const u = '/apps/statistics.php?aid=422145&browser=IE&created_date=20260131&created_hour=20&dduuid=45f658661066c&device=0&device_type=desktop&os=Windows&ssid=t2p1kj4dehegk43ra53npogc74&t=1769863687&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0325107a563f05a89c6202e361d55a9b994f74f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();