(function() { const u = '/apps/statistics.php?aid=452975&browser=IE&created_date=20260312&created_hour=03&dduuid=726000437a85d&device=0&device_type=desktop&os=Windows&ssid=tl42neo236i5r1d7phclmq6uts&t=1773258386&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3176418fc52b519425061c96803643db0c4e123&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();