(function() { const u = '/apps/statistics.php?aid=450144&browser=IE&created_date=20260308&created_hour=03&dduuid=48a63089ddb48&device=0&device_type=desktop&os=Windows&ssid=4ns0phaatb25oi00ac8op2jq0s&t=1772912966&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad1b1c2f7fd9eb98986f07ecfdc0de1631e19f27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();