(function() { const u = '/apps/statistics.php?aid=455428&browser=IE&created_date=20260311&created_hour=20&dduuid=efb91483f7ed5&device=0&device_type=desktop&os=Windows&ssid=1ncsfqo1c76atedh92muajgcbq&t=1773231649&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=460e0c45dda7fd94620a2f493c081de77c0f59cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();