(function() { const u = '/apps/statistics.php?aid=444189&browser=IE&created_date=20251216&created_hour=17&dduuid=54737961c8919&device=0&device_type=desktop&os=Windows&ssid=iphf0lid8jaasut1tq2jlff5fo&t=1765879082&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d98fc04a18c671c4d4a9232c276b2945644562af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();