(function() { const u = '/apps/statistics.php?aid=448869&browser=IE&created_date=20260226&created_hour=04&dduuid=e6b9f41413c8d&device=0&device_type=desktop&os=Windows&ssid=e6e8bvb0ifp8ftv92ip67bjhv5&t=1772051052&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2464794275095671d23d724d3575c7373c948958&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();