(function() { const u = '/apps/statistics.php?aid=345728&browser=IE&created_date=20260313&created_hour=11&dduuid=736b95ceebf73&device=0&device_type=desktop&os=Windows&ssid=6p7rq0e132n9ar5oa5r0igd5lj&t=1773371549&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ea7b39c3780656ed0c5e174038ee803d74d3bac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();