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