(function() { const u = '/apps/statistics.php?aid=415118&browser=IE&created_date=20260118&created_hour=01&dduuid=4c8684c7d5e92&device=0&device_type=desktop&os=Windows&ssid=tq0v2cpql4usiu24v6nn4shv8e&t=1768672552&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e5f1f44d57f29cdd4e659a0e5a8a6b69c9b3238&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();