(function() { const u = '/apps/statistics.php?aid=340267&browser=IE&created_date=20260226&created_hour=01&dduuid=857c490570904&device=0&device_type=desktop&os=Windows&ssid=fr2fhor6nnr4p7dqu477ij30ku&t=1772039632&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5274b6e2c99ebced8c7b6bfdbcdbc79102da47cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();