(function() { const u = '/apps/statistics.php?aid=453396&browser=IE&created_date=20260311&created_hour=23&dduuid=9c45a36fd7a19&device=0&device_type=desktop&os=Windows&ssid=igrilafs52bnkp7i353qu1a3af&t=1773243980&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd45040164221a3a41c30e13724852661cefbf74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();