(function() { const u = '/apps/statistics.php?aid=380601&browser=IE&created_date=20260224&created_hour=16&dduuid=01b4ffc80f126&device=0&device_type=desktop&os=Windows&ssid=ii8dfap4bt521vnprb0786s51s&t=1771920421&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55b4c48889cc368893cebe6f3d1bb83d523176c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();