(function() { const u = '/apps/statistics.php?aid=455359&browser=IE&created_date=20260303&created_hour=16&dduuid=0898d1c9617b0&device=0&device_type=desktop&os=Windows&ssid=eoeqj48gmd8t5lr31ue3dnfv4o&t=1772524801&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=edfb17198c2d61636ffc8f61ca72f9a24a34177c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();