(function() { const u = '/apps/statistics.php?aid=452753&browser=IE&created_date=20260224&created_hour=18&dduuid=dcc6de89e7522&device=0&device_type=desktop&os=Windows&ssid=926njc5r20cejg1jqp04s8p8p5&t=1771929801&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e85e3dbdc5338a91c09f6e15ec540c4b93e0bd7e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();