(function() { const u = '/apps/statistics.php?aid=436482&browser=IE&created_date=20260316&created_hour=00&dduuid=ab1558800ab13&device=0&device_type=desktop&os=Windows&ssid=3gc40r3cr5n9vc9cibtqqes69d&t=1773592326&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68eca00dc4ed0a23bd50372b4a11aefd58495b8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();