(function() { const u = '/apps/statistics.php?aid=324245&browser=IE&created_date=20251221&created_hour=23&dduuid=12d7cc2a2cd60&device=0&device_type=desktop&os=Windows&ssid=gcukl11qpvk9ual8ngbdei788i&t=1766331655&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=772e56d7d8a1142909dda9a0bee3ff915abe564e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();